home *** CD-ROM | disk | FTP | other *** search
- object frmTextArea: TfrmTextArea
- Left = 174
- Top = 131
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Insert Text Area Form Element'
- ClientHeight = 238
- ClientWidth = 353
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Pitch = fpVariable
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 353
- Height = 202
- Align = alClient
- Style = bsRaised
- end
- object lblName: TLabel
- Left = 8
- Top = 8
- Width = 37
- Height = 13
- Caption = '&Name : '
- FocusControl = editName
- end
- object lblRows: TLabel
- Left = 6
- Top = 51
- Width = 36
- Height = 13
- Caption = '&Rows : '
- FocusControl = editRows
- end
- object Label1: TLabel
- Left = 6
- Top = 94
- Width = 142
- Height = 13
- Caption = 'Number of &Characters Long : '
- FocusControl = editCols
- end
- object lblValue: TLabel
- Left = 6
- Top = 140
- Width = 120
- Height = 13
- Caption = '&Default Text To Appear :'
- FocusControl = memValue
- end
- object pnlButtons: TPanel
- Left = 0
- Top = 202
- Width = 353
- Height = 36
- Align = alBottom
- TabOrder = 4
- object btnOk: TButton
- Left = 192
- Top = 5
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 274
- Top = 5
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object btnHelp: TButton
- Left = 4
- Top = 5
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 0
- OnClick = btnHelpClick
- end
- end
- object editName: TEdit
- Left = 5
- Top = 24
- Width = 346
- Height = 21
- HelpContext = 109
- TabOrder = 0
- end
- object editRows: TEdit
- Left = 4
- Top = 67
- Width = 346
- Height = 21
- HelpContext = 110
- TabOrder = 1
- end
- object editCols: TEdit
- Left = 4
- Top = 110
- Width = 346
- Height = 21
- HelpContext = 111
- TabOrder = 2
- end
- object memValue: TMemo
- Left = 4
- Top = 156
- Width = 346
- Height = 41
- HelpContext = 112
- Lines.Strings = (
- '')
- ScrollBars = ssVertical
- TabOrder = 3
- end
- end
-